<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*alertMo*/
.alertMo{position:fixed; top:40%; left:50%; margin-left:-25%;background-color:rgba(0,0,0,0.7); color:#fff; font-size:14px;width:50%; line-height:22px; display:block; padding:5px 10px; border-radius:3px; text-align:center; z-index:1005;}
.alertMo{
animation:alertShow 2s;-webkit-animation:alertShow 2s;-moz-animation:alertShow 2s;
animation-fill-mode:both;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;
}</pre></body></html>